func runtime.isEmpty
27 uses
runtime (current package)
map.go#L104: func isEmpty(x uint8) bool {
map.go#L659: if isEmpty(b.tophash[i]) && inserti == nil {
map.go#L986: if isEmpty(b.tophash[offi]) || b.tophash[offi] == evacuatedEmpty {
map.go#L1283: if isEmpty(top) {
map.go#L1626: if isEmpty(src.tophash[i]) {
map.go#L1631: if isEmpty(dst.tophash[pos]) {
map.go#L1758: if isEmpty(srcBmap.tophash[i]) {
map.go#L1828: if isEmpty(b.tophash[offi]) {
map.go#L1891: if isEmpty(b.tophash[offi]) {
map_fast32.go#L45: if *(*uint32)(k) == key && !isEmpty(b.tophash[i]) {
map_fast32.go#L94: if *(*uint32)(k) == key && !isEmpty(b.tophash[i]) {
map_fast32.go#L147: if isEmpty(b.tophash[i]) {
map_fast32.go#L246: if isEmpty(b.tophash[i]) {
map_fast32.go#L328: if key != *(*uint32)(k) || isEmpty(b.tophash[i]) {
map_fast32.go#L431: if isEmpty(top) {
map_fast64.go#L45: if *(*uint64)(k) == key && !isEmpty(b.tophash[i]) {
map_fast64.go#L94: if *(*uint64)(k) == key && !isEmpty(b.tophash[i]) {
map_fast64.go#L147: if isEmpty(b.tophash[i]) {
map_fast64.go#L248: if isEmpty(b.tophash[i]) {
map_fast64.go#L330: if key != *(*uint64)(k) || isEmpty(b.tophash[i]) {
map_fast64.go#L435: if isEmpty(top) {
map_faststr.go#L32: if k.len != key.len || isEmpty(b.tophash[i]) {
map_faststr.go#L48: if k.len != key.len || isEmpty(b.tophash[i]) {
map_faststr.go#L136: if k.len != key.len || isEmpty(b.tophash[i]) {
map_faststr.go#L152: if k.len != key.len || isEmpty(b.tophash[i]) {
map_faststr.go#L260: if isEmpty(b.tophash[i]) && insertb == nil {
map_faststr.go#L450: if isEmpty(top) {
![]() |
The pages are generated with Golds v0.7.6. (GOOS=linux GOARCH=amd64) Golds is a Go 101 project developed by Tapir Liu. PR and bug reports are welcome and can be submitted to the issue list. Please follow @zigo_101 (reachable from the left QR code) to get the latest news of Golds. |